projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
296472f
)
Add missing require
author
Reuben Thomas
<rrt@sc3d.org>
Sun, 20 Aug 2017 20:32:40 +0000
(21:32 +0100)
committer
Reuben Thomas
<rrt@sc3d.org>
Sun, 20 Aug 2017 20:35:56 +0000
(21:35 +0100)
* lisp/textmodes/ispell.el: Require subr-x. (Thanks, Eli Zaretskii.)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 7ae2c0cfa8a9cbb9479027f07dab47ec69fbd4f5..1c9b3db274808222391de685a59c70d882f83938 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-107,6
+107,7
@@
;;; Code:
(eval-when-compile (require 'cl-lib))
+(require 'subr-x)
(defvar mail-yank-prefix)